home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BMUG PD-ROM BV3
/
BMUG PD-ROM Version BV3 (CDRM1097900).iso
/
Programming
/
Programming Languages
/
Harvest C
/
Examples
/
Sample1.build
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-10-09
|
303 b
|
16 lines
|
[
TEXT/ALFA
]
# Example of a very simple build file
#
# Next line sets up output file name and creator signature
-o Sample1App -c ????
#
# Now for the source file
Sample1.c
#
# next entries are libraries
interface.o
runtime.o
A blank line indicates the end of the file, so anything below the blank
line is ignored.